Adwaita: dropdown search box
authorJakub Steiner <jimmac@gmail.com>
Thu, 22 Oct 2020 15:08:32 +0000 (17:08 +0200)
committerJakub Steiner <jimmac@gmail.com>
Tue, 27 Oct 2020 12:32:04 +0000 (13:32 +0100)
- have some whitespace around entry

Partial fix for https://gitlab.gnome.org/GNOME/gtk/-/issues/3291

gtk/theme/Adwaita/_common.scss

index eb257182e0554a23ab1ed37bb260ec41e44826b3..119694649d2ea72d88da25c23fcb15c6750cf776 100644 (file)
@@ -1227,9 +1227,10 @@ combobox {
    }
 
     .search { //drodowns with searchboxes on top
-      border-radius: $popover_radius $popover_radius 0 0;
+      border-radius: $popover_radius;
       padding: 3px 10px;
-      margin-top: -2px; //paint over the menu borders
+      border-radius: 3px;
+      margin: 4px 4px -4px 4px;
     }
   }
 }